body { width:100%; margin: 0 auto; overflow-y: scroll;}
header {
  margin-top: 40px;
}
a {
  color: #023886;
  text-decoration: none;
}
h1 {
  display: inline-block;
  margin: 0;
}

.slider-wrap {
  background: #023886;
  padding:0px;
  height:720px;
  margin-top: 130px;
}
.slider {
  width:100%;
  height:720px;
}
.slider strong { color: #F0E10E; }
article {
  position: relative;
}
.title {
  padding: 1em 0;
  position: relative;
}
.code,
#effects-select {
  display: inline-block;
}
#effects-select {
  padding: .4em;
  margin-right: 1em;
  font-size: 14px;
  border: 1px solid #aaa;
}

.action {
  position: absolute;
  right: 0;
  top: 13px;
  color: white;
  background: black;
  border: 0;
  width: 80px;
  padding: .6em 0;
}
.stop {
  display: none;
  background: #023886;
  text-shadow: 1px 1px rgba(0,0,0,.4)
}
.slider img{
  height: 720px;
}

